gtkwindow: Don't allow unresizable windows to be smaller than required
authorRui Matos <tiagomatos@gmail.com>
Thu, 31 Mar 2016 18:56:01 +0000 (20:56 +0200)
committerRui Matos <tiagomatos@gmail.com>
Fri, 1 Apr 2016 13:30:03 +0000 (15:30 +0200)
commit4bfa6c30bf6fdebad0c67feed2097aa327e6aa3e
tree74b57edbe217369904b7d639270ad48a1d1ccffc
parent84dfda1a2b6bd57fe1a0bbaae108e88e4219d791
gtkwindow: Don't allow unresizable windows to be smaller than required

Commit cdc580463e409a9b7e5f1480afa68d875ff3ff65 made it so that
unresizable windows can't be smaller than a set default size but it
lost the logic to ensure these windows remain at least big enough to
comply with their requisition.

https://bugzilla.gnome.org/show_bug.cgi?id=764174
gtk/gtkwindow.c